home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / EatFruits.swf / scripts / frame_2 / PlaceObject2_31_446 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2006-06-13  |  114 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    if(this.hitTest(_root.ray))
  3.    {
  4.       _root.h = 1;
  5.       _root.v = -1;
  6.    }
  7. }
  8.